cpufreq: Fix another build failure.
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 29 Oct 2008 19:06:52 +0000 (19:06 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 29 Oct 2008 19:06:52 +0000 (19:06 +0000)
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
xen/drivers/cpufreq/cpufreq.c

index 7020ad50a144c2e3c50b2e794850fddfc1d9d6ec..26101b80862035df88d3354ce682a2e8f82fdfae 100644 (file)
@@ -181,7 +181,7 @@ int cpufreq_del_cpu(unsigned int cpu)
 {
     unsigned int dom, domexist = 0;
     struct list_head *pos;
-    struct cpufreq_dom *cpufreq_dom;
+    struct cpufreq_dom *cpufreq_dom = NULL;
     struct cpufreq_policy *policy;
     struct processor_performance *perf = &processor_pminfo[cpu]->perf;